home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Online / Epic4 / share / epic / help / 6_functions / numitems < prev    next >
Text File  |  2001-03-21  |  442b  |  19 lines

  1. Synopsis:
  2.    $numitems(<array>)
  3.  
  4. Technical:
  5.    This function is used to show how many items are currently defined in
  6.    the given array.
  7.  
  8. Practical:
  9.    This function shows how many items are in an array.  This is quite
  10.    useful, because the number it returns is the next available item number
  11.    in the array.
  12.  
  13. Returns:
  14.    number of items in array, or empty string if array doesn't exist
  15.  
  16. See Also:
  17.    Arrays(7); setitem(6)
  18.  
  19.